home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMSEL / TFRMSEL.txt
Encoding:
Text File  |  2002-05-23  |  2.7 KB  |  99 lines

  1. object frmSel: TfrmSel
  2.   Left = 369
  3.   Top = 183
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Buttons'
  6.   ClientHeight = 242
  7.   ClientWidth = 232
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 84
  23.     Height = 13
  24.     Caption = 'Available buttons:'
  25.     FocusControl = lvButtonList
  26.   end
  27.   object lvButtonList: TdfsExtListView
  28.     Left = 8
  29.     Top = 24
  30.     Width = 137
  31.     Height = 209
  32.     Columns = <>
  33.     ExtendedStyles = [lvxCheckboxes, lvxInfoTip]
  34.     NoColumnResize = False
  35.     ColumnsFormat = <>
  36.     ColumnClick = False
  37.     IconOptions.WrapText = False
  38.     Items.Data = {
  39.       F50100001200000000000000FFFFFFFFFFFFFFFF0000000000000000034E6577
  40.       01000000FFFFFFFFFFFFFFFF0000000000000000044F70656E02000000FFFFFF
  41.       FFFFFFFFFF0000000000000000094661766F726974657303000000FFFFFFFFFF
  42.       FFFFFF00000000000000000A50726F7065727469657304000000FFFFFFFFFFFF
  43.       FFFF0000000000000000055072696E7411000000FFFFFFFFFFFFFFFF00000000
  44.       00000000044D61696C05000000FFFFFFFFFFFFFFFF0000000000000000034164
  45.       6407000000FFFFFFFFFFFFFFFF00000000000000000644656C65746506000000
  46.       FFFFFFFFFFFFFFFF0000000000000000074578747261637408000000FFFFFFFF
  47.       FFFFFFFF000000000000000004566965770B000000FFFFFFFFFFFFFFFF000000
  48.       000000000010436865636B6F75742F496E7374616C6C09000000FFFFFFFFFFFF
  49.       FFFF00000000000000000A5669727573205363616E0A000000FFFFFFFFFFFFFF
  50.       FF000000000000000004546573740E000000FFFFFFFFFFFFFFFF000000000000
  51.       0000084D616B65204578650F000000FFFFFFFFFFFFFFFF000000000000000008
  52.       5555656E636F64650D000000FFFFFFFFFFFFFFFF000000000000000004457869
  53.       7410000000FFFFFFFFFFFFFFFF00000000000000000657697A6172640C000000
  54.       FFFFFFFFFFFFFFFF00000000000000000448656C70}
  55.     TabOrder = 0
  56.     LargeImages = frmMain.ilToolbarImages
  57.   end
  58.   object Button1: TButton
  59.     Left = 152
  60.     Top = 8
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'OK'
  64.     Default = True
  65.     TabOrder = 1
  66.     OnClick = Button1Click
  67.   end
  68.   object Button2: TButton
  69.     Left = 152
  70.     Top = 40
  71.     Width = 75
  72.     Height = 25
  73.     Cancel = True
  74.     Caption = 'Cancel'
  75.     TabOrder = 2
  76.     OnClick = Button2Click
  77.   end
  78.   object Button3: TButton
  79.     Left = 152
  80.     Top = 72
  81.     Width = 75
  82.     Height = 25
  83.     Caption = '&Reset'
  84.     TabOrder = 3
  85.     OnClick = Button3Click
  86.   end
  87.   object FormCenter1: TFormCenter
  88.     Center = True
  89.     Left = 252
  90.     Top = 138
  91.   end
  92.   object ToolbarReg: TEasyRegAdvanced
  93.     RegString = 'Software\SWE von Schleusen\UltimateZip\ToolBar'
  94.     RegBaseKey = bkHKEY_CURRENT_USER
  95.     Left = 248
  96.     Top = 104
  97.   end
  98. end
  99.